home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / scriptdef / Movement of Text.sd < prev    next >
INI File  |  2004-06-28  |  1KB  |  66 lines

  1. [SUBJECT]
  2. Description=Movement of text Script
  3. ImageIndex=-1
  4. Folder=Text Effects
  5.  
  6.  
  7. [HEAD_TEXT]
  8. ;<script language="JavaScript">
  9. ;<!-- Start script 
  10. ;  var ms = navigator.appVersion.indexOf("MSIE");
  11. ;  from = `start_position`;
  12. ;  to = `end_position`;
  13. ;  moveto = `offset`;
  14. ;function move1() {
  15. ;  if (from > to) {
  16. ;    if ((ms>0) && (parseInt(navigator.appVersion.substring(ms+5, ms+6)) >= 4)) {
  17. ;      document.all.texte.style.left = (from -= moveto);
  18. ;    } else {
  19. ;      document.texte.left = (from -= moveto);
  20. ;    };
  21. ;    setTimeout('move1(' + from + ',' + to + ',' + moveto + ')', 75);
  22. ;  }
  23. ;}
  24. ;// End script -->
  25. ;</script>
  26.  
  27.  
  28.  
  29. [BODY_TAG]
  30. ;onLoad="move1()"
  31.  
  32.  
  33. [BODY_TEXT]
  34. ;<div id="texte" style="text-align:center;font-size:`font_size`pt;font-family:`font_family`;color:`color`;position:relative">`text`</div>
  35.  
  36.  
  37.  
  38. [`start_position`]
  39. Kind=N
  40. Value=600
  41.  
  42. [`end_position`]
  43. Kind=N
  44. Value=0
  45.  
  46. [`offset`]
  47. Kind=N
  48. Value=20
  49.  
  50. [`font_size`]
  51. Kind=N
  52. Value=10
  53.  
  54. [`font_family`]
  55. Kind=S
  56. Value=Times New Roman
  57.  
  58. [`color`]
  59. Kind=C
  60. Value=#000000
  61.  
  62. [`text`]
  63. Kind=S
  64. Value=This text is the preview of your result.
  65.  
  66.